golang.org/x/net/idna.Profile.simplify (method)
5 uses
golang.org/x/net/idna (current package)
idna.go#L493: switch p.simplify(info(v).category()) {
idna.go#L549: switch p.simplify(info(v).category()) {
idna.go#L661: func (p *Profile) simplify(cat category) category {
idna.go#L698: if c := p.simplify(cat); c != valid && c != deviation {
idna.go#L803: if c := p.simplify(cat); c != valid && (!p.transitional || c != deviation) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)